Skip to content

Conversation

tomitrescak
Copy link

The component originally tries to be accessible by adding aria-describedby by automatically generated id. This is a breaking behaviour as during SSR on the server, the id differs from the one on the client.

Now, the component aria-described by is filled by the id property. Removing the issue and maintaining accessibility.
Solves #215 and #219 and #334

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant